home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Picasso Interactive Demo / Data / intro.Dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1996-12-04  |  116 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   global gPathBoot, gPathDelimitor
  7.   cursor(4)
  8.   go(the frame + 1)
  9. end
  10.